home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / misc / zpoint_3_14.lha / zpoint-3.14 / Tools / ZPFileRequestNG / ZP-FileRequest.mdmrexx < prev    next >
Text File  |  1994-09-07  |  662b  |  31 lines

  1. /* 
  2.   
  3.   $VER: ZP-FileRequest.mdmrexx V1.9 (07.09.94) (c) by Ingo Scholz
  4.   
  5.   EMail: Moon@Fantasie.westfalen.de (international)
  6.          MoonLight@MB-BBS.seven.sub.org (Seven-Net)
  7.        
  8.   Dieser Script sorgt für die Kommunikatin zwischen  ZP-FileRequestNG
  9.   und MicroDot ab V1.6 .
  10.   
  11.   Er darf nur unverändert im ZP-FileRequest-Archiv,
  12.   zum Selbstkostenpreis weitergegeben werden.
  13.   
  14. */
  15.  
  16. address 'MICRODOT'
  17.  
  18. options results
  19.  
  20. GETMDPUBSCREENNAME
  21. pubname=result
  22.  
  23. if pubname=='' then pubname='Workbench'
  24.  
  25. extractcurrentmail 'T:zp-filerequest.mdtemp'
  26.  
  27. address command 
  28. 'rexx/Request.zp T:zp-filerequest.mdtemp 'pubname' MICRODOT'
  29. 'delete t:zp-filerequest.mdtemp'
  30.  
  31.